home *** CD-ROM | disk | FTP | other *** search
/ 3-D Body Adventure / 3-D Body Adventure (1994)(Knowledge Adventure).iso / zzzwinst.bat < prev   
DOS Batch File  |  1994-05-06  |  111b  |  10 lines

  1. @echo off
  2. if "%1" == "" goto error
  3. if "%2" == "" goto error
  4. %1
  5. cd %2
  6. zzzinst -W
  7. goto end
  8. :error
  9. :end
  10.